Is there a LINQ equivalent of string.Join(string, string[])

Posted by mdresser on Stack Overflow See other posts from Stack Overflow or by mdresser
Published on 2009-06-01T12:34:21Z Indexed on 2010/04/17 13:43 UTC
Read the original article Hit count: 326

Filed under:
|
|
|

Is there any way to convert a collection of objects into a single new object using LINQ?

I want to use this within another LINQ to SQL expression.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about linq-to-sql